Jon's Git Node
Commit 75c769b79d779db5e89b9fea1284b43b74013d2a
Parents : 09a01ab
Author : Jonathan Lamothe <jonathan@jlamothe.net>
Date : 2026-09-17T15:26:15-04:00
changed `M-t` keybinding to `C-m` or `M-m`
Changes
Diff
diff --git a/nomadnet/ui/textui/Main.py b/nomadnet/ui/textui/Main.py
index 3fea0bc..7dd3f65 100644
--- a/nomadnet/ui/textui/Main.py
+++ b/nomadnet/ui/textui/Main.py
@@ -94,7 +94,7 @@ class MainFrame(urwid.Frame):
#if key == "ctrl q":
# raise urwid.ExitMainLoop
- if key == "meta t":
+ if key == "ctrl m" or key == "meta m":
self.focus_position = 'header'
return None
Served by rngit 1.5.4 - Generated in 0.04s